Spread Windows Forms 12.0 Product Documentation
ActionResult<T> Constructor(T,String,ActionCategory)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > ActionResult<T> Structure > ActionResult<T> Constructor : ActionResult<T> Constructor(T,String,ActionCategory)
A T value represents the executing result.
The details information of executing action.
Initializes an action failed result.
Syntax
'Declaration
 
Public Function New( _
   ByVal value As T, _
   ByVal details As String, _
   ByVal category As ActionCategory _
)
'Usage
 
Dim value As T
Dim details As String
Dim category As ActionCategory
 
Dim instance As New ActionResult(Of T)(value, details, category)
public ActionResult<T>( 
   T value,
   string details,
   ActionCategory category
)

Parameters

value
A T value represents the executing result.
details
The details information of executing action.
category
See Also

Reference

ActionResult<T> Structure
ActionResult<T> Members
Overload List